Hệ thống quản lý thanh toán POS nhà hàng

1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmKitchen_Section
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmKitchen_Section))
30         Me.Panel1 = New System.Windows.Forms.Panel()
31         Me.Label5 = New System.Windows.Forms.Label()
32         Me.dgw = New System.Windows.Forms.DataGridView()
33         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
34         Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
35         Me.IsEnabled = New System.Windows.Forms.DataGridViewTextBoxColumn()
36         Me.chkIsEnabled = New System.Windows.Forms.CheckBox()
37         Me.Label4 = New System.Windows.Forms.Label()
38         Me.Label2 = New System.Windows.Forms.Label()
39         Me.cmbPrinter = New System.Windows.Forms.ComboBox()
40         Me.GroupBox3 = New System.Windows.Forms.GroupBox()
41         Me.btnDelete = New System.Windows.Forms.Button()
42         Me.btnUpdate = New System.Windows.Forms.Button()
43         Me.btnSave = New System.Windows.Forms.Button()
44         Me.btnNew = New System.Windows.Forms.Button()
45         Me.txtKitchenName = New System.Windows.Forms.TextBox()
46         Me.btnClose = New System.Windows.Forms.Button()
47         Me.Panel2 = New System.Windows.Forms.Panel()
48         Me.Label1 = New System.Windows.Forms.Label()
49         Me.txtKitchen = New System.Windows.Forms.TextBox()
50         Me.lblUser = New System.Windows.Forms.Label()
51         Me.Label3 = New System.Windows.Forms.Label()
52         Me.Panel1.SuspendLayout()
53         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
54         Me.GroupBox3.SuspendLayout()
55         Me.Panel2.SuspendLayout()
56         Me.SuspendLayout()
57         
'
58         
'Panel1
59         
'
60         Me.Panel1.BackColor = System.Drawing.Color.White
61         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
62         Me.Panel1.Controls.Add(Me.Label5)
63         Me.Panel1.Controls.Add(Me.dgw)
64         Me.Panel1.Controls.Add(Me.chkIsEnabled)
65         Me.Panel1.Controls.Add(Me.Label4)
66         Me.Panel1.Controls.Add(Me.Label2)
67         Me.Panel1.Controls.Add(Me.cmbPrinter)
68         Me.Panel1.Controls.Add(Me.GroupBox3)
69         Me.Panel1.Controls.Add(Me.txtKitchenName)
70         Me.Panel1.Controls.Add(Me.btnClose)
71         Me.Panel1.Controls.Add(Me.Panel2)
72         Me.Panel1.Location = New System.Drawing.Point(
3, 2)
73         Me.Panel1.Name =
"Panel1"
74         Me.Panel1.Size = New System.Drawing.Size(
418, 508)
75         Me.Panel1.TabIndex =
2
76         
'
77         
'Label5
78         
'
79         Me.Label5.AutoSize = True
80         Me.Label5.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
81         Me.Label5.Location = New System.Drawing.Point(
9, 139)
82         Me.Label5.Name =
"Label5"
83         Me.Label5.Size = New System.Drawing.Size(
379, 45)
84         Me.Label5.TabIndex =
8
85         Me.Label5.Text =
"Note : If printer is shared on network then use network path of shared" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "printer a" & _
86     
"s printer name" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "e.g. : \\ServerName\PrinterName"
87         
'
88         
'dgw
89         
'
90         Me.dgw.AllowUserToAddRows = False
91         Me.dgw.AllowUserToDeleteRows = False
92         DataGridViewCellStyle5.BackColor = System.Drawing.Color.FloralWhite
93         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
94         Me.dgw.BackgroundColor = System.Drawing.Color.White
95         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
96         DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
97         DataGridViewCellStyle6.BackColor = System.Drawing.Color.Orange
98         DataGridViewCellStyle6.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!)
99         DataGridViewCellStyle6.ForeColor = System.Drawing.Color.Black
100         DataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.LightSteelBlue
101         DataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText
102         DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
103         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle6
104         Me.dgw.ColumnHeadersHeight =
30
105         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column2, Me.Column3, Me.IsEnabled})
106         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
107         Me.dgw.EnableHeadersVisualStyles = False
108         Me.dgw.GridColor = System.Drawing.Color.White
109         Me.dgw.Location = New System.Drawing.Point(
12, 261)
110         Me.dgw.MultiSelect = False
111         Me.dgw.Name =
"dgw"
112         Me.dgw.ReadOnly = True
113         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
114         DataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
115         DataGridViewCellStyle7.BackColor = System.Drawing.Color.LightSeaGreen
116         DataGridViewCellStyle7.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!)
117         DataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText
118         DataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.Orange
119         DataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText
120         DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
121         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle7
122         Me.dgw.RowHeadersWidth =
25
123         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
124         DataGridViewCellStyle8.BackColor = System.Drawing.Color.White
125         DataGridViewCellStyle8.Font = New System.Drawing.Font(
"Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
126         DataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.MediumTurquoise
127         DataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.White
128         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle8
129         Me.dgw.RowTemplate.Height =
18
130         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
131         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
132         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
133         Me.dgw.Size = New System.Drawing.Size(
394, 237)
134         Me.dgw.TabIndex =
4
135         
'
136         
'Column2
137         
'
138         Me.Column2.FillWeight =
120.0!
139         Me.Column2.HeaderText =
"Kitchen/Section Name"
140         Me.Column2.Name =
"Column2"
141         Me.Column2.ReadOnly = True
142         Me.Column2.Width =
135
143         
'
144         
'Column3
145         
'
146         Me.Column3.FillWeight =
96.70051!
147         Me.Column3.HeaderText =
"Printer Name"
148         Me.Column3.Name =
"Column3"
149         Me.Column3.ReadOnly = True
150         Me.Column3.Width =
158
151         
'
152         
'IsEnabled
153         
'
154         Me.IsEnabled.FillWeight =
106.599!
155         Me.IsEnabled.HeaderText =
"IsEnabled"
156         Me.IsEnabled.Name =
"IsEnabled"
157         Me.IsEnabled.ReadOnly = True
158         Me.IsEnabled.Width =
70
159         
'
160         
'chkIsEnabled
161         
'
162         Me.chkIsEnabled.AutoSize = True
163         Me.chkIsEnabled.Font = New System.Drawing.Font(
"Segoe UI Semibold", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
164         Me.chkIsEnabled.Location = New System.Drawing.Point(
11, 106)
165         Me.chkIsEnabled.Name =
"chkIsEnabled"
166         Me.chkIsEnabled.Size = New System.Drawing.Size(
75, 17)
167         Me.chkIsEnabled.TabIndex =
2
168         Me.chkIsEnabled.Text =
"IsEnabled"
169         Me.chkIsEnabled.UseVisualStyleBackColor = True
170         
'
171         
'Label4
172         
'
173         Me.Label4.AutoSize = True
174         Me.Label4.Location = New System.Drawing.Point(
8, 77)
175         Me.Label4.Name =
"Label4"
176         Me.Label4.Size = New System.Drawing.Size(
74, 13)
177         Me.Label4.TabIndex =
7
178         Me.Label4.Text =
"Printer Name :"
179         
'
180         
'Label2
181         
'
182         Me.Label2.AutoSize = True
183         Me.Label2.Location = New System.Drawing.Point(
8, 51)
184         Me.Label2.Name =
"Label2"
185         Me.Label2.Size = New System.Drawing.Size(
121, 13)
186         Me.Label2.TabIndex =
6
187         Me.Label2.Text =
"Kitchen/Section Name :"
188         
'
189         
'cmbPrinter
190         
'
191         Me.cmbPrinter.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
192         Me.cmbPrinter.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
193         Me.cmbPrinter.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
194         Me.cmbPrinter.FormattingEnabled = True
195         Me.cmbPrinter.Location = New System.Drawing.Point(
135, 77)
196         Me.cmbPrinter.Name =
"cmbPrinter"
197         Me.cmbPrinter.Size = New System.Drawing.Size(
271, 21)
198         Me.cmbPrinter.TabIndex =
1
199         
'
200         
'GroupBox3
201         
'
202         Me.GroupBox3.Controls.Add(Me.btnDelete)
203         Me.GroupBox3.Controls.Add(Me.btnUpdate)
204         Me.GroupBox3.Controls.Add(Me.btnSave)
205         Me.GroupBox3.Controls.Add(Me.btnNew)
206         Me.GroupBox3.Location = New System.Drawing.Point(
11, 196)
207         Me.GroupBox3.Name =
"GroupBox3"
208         Me.GroupBox3.Size = New System.Drawing.Size(
351, 59)
209         Me.GroupBox3.TabIndex =
3
210         Me.GroupBox3.TabStop = False
211         
'
212         
'btnDelete
213         
'
214         Me.btnDelete.Cursor = System.Windows.Forms.Cursors.Hand
215         Me.btnDelete.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
216         Me.btnDelete.Image = CType(resources.GetObject(
"btnDelete.Image"), System.Drawing.Image)
217         Me.btnDelete.ImageAlign = System.Drawing.ContentAlignment.BottomLeft
218         Me.btnDelete.Location = New System.Drawing.Point(
263, 12)
219         Me.btnDelete.Name =
"btnDelete"
220         Me.btnDelete.Size = New System.Drawing.Size(
79, 37)
221         Me.btnDelete.TabIndex =
3
222         Me.btnDelete.Text =
"&Delete"
223         Me.btnDelete.TextAlign = System.Drawing.ContentAlignment.MiddleRight
224         Me.btnDelete.UseVisualStyleBackColor = True
225         
'
226         
'btnUpdate
227         
'
228         Me.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand
229         Me.btnUpdate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
230         Me.btnUpdate.Image = CType(resources.GetObject(
"btnUpdate.Image"), System.Drawing.Image)
231         Me.btnUpdate.ImageAlign = System.Drawing.ContentAlignment.BottomLeft
232         Me.btnUpdate.Location = New System.Drawing.Point(
178, 12)
233         Me.btnUpdate.Name =
"btnUpdate"
234         Me.btnUpdate.Size = New System.Drawing.Size(
79, 37)
235         Me.btnUpdate.TabIndex =
2
236         Me.btnUpdate.Text =
"&Update"
237         Me.btnUpdate.TextAlign = System.Drawing.ContentAlignment.MiddleRight
238         Me.btnUpdate.UseVisualStyleBackColor = True
239         
'
240         
'btnSave
241         
'
242         Me.btnSave.Cursor = System.Windows.Forms.Cursors.Hand
243         Me.btnSave.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
244         Me.btnSave.Image = CType(resources.GetObject(
"btnSave.Image"), System.Drawing.Image)
245         Me.btnSave.ImageAlign = System.Drawing.ContentAlignment.BottomLeft
246         Me.btnSave.Location = New System.Drawing.Point(
93, 12)
247         Me.btnSave.Name =
"btnSave"
248         Me.btnSave.Size = New System.Drawing.Size(
79, 37)
249         Me.btnSave.TabIndex =
1
250         Me.btnSave.Text =
"&Save"
251         Me.btnSave.TextAlign = System.Drawing.ContentAlignment.MiddleRight
252         Me.btnSave.UseVisualStyleBackColor = True
253         
'
254         
'btnNew
255         
'
256         Me.btnNew.Cursor = System.Windows.Forms.Cursors.Hand
257         Me.btnNew.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
258         Me.btnNew.Image = CType(resources.GetObject(
"btnNew.Image"), System.Drawing.Image)
259         Me.btnNew.ImageAlign = System.Drawing.ContentAlignment.BottomLeft
260         Me.btnNew.Location = New System.Drawing.Point(
8, 11)
261         Me.btnNew.Name =
"btnNew"
262         Me.btnNew.Size = New System.Drawing.Size(
79, 39)
263         Me.btnNew.TabIndex =
0
264         Me.btnNew.Text =
"&New"
265         Me.btnNew.TextAlign = System.Drawing.ContentAlignment.MiddleRight
266         Me.btnNew.UseVisualStyleBackColor = True
267         
'
268         
'txtKitchenName
269         
'
270         Me.txtKitchenName.BackColor = System.Drawing.Color.White
271         Me.txtKitchenName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
272         Me.txtKitchenName.Location = New System.Drawing.Point(
135, 51)
273         Me.txtKitchenName.Name =
"txtKitchenName"
274         Me.txtKitchenName.Size = New System.Drawing.Size(
182, 20)
275         Me.txtKitchenName.TabIndex =
0
276         
'
277         
'btnClose
278         
'
279         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
280         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
281         Me.btnClose.Image = CType(resources.GetObject(
"btnClose.Image"), System.Drawing.Image)
282         Me.btnClose.ImageAlign = System.Drawing.ContentAlignment.BottomLeft
283         Me.btnClose.Location = New System.Drawing.Point(
331, 3)
284         Me.btnClose.Name =
"btnClose"
285         Me.btnClose.Size = New System.Drawing.Size(
75, 43)
286         Me.btnClose.TabIndex =
5
287         Me.btnClose.Text =
"&Close"
288         Me.btnClose.TextAlign = System.Drawing.ContentAlignment.MiddleRight
289         Me.btnClose.UseVisualStyleBackColor = True
290         
'
291         
'Panel2
292         
'
293         Me.Panel2.BackColor = System.Drawing.Color.LightSeaGreen
294         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
295         Me.Panel2.Controls.Add(Me.Label1)
296         Me.Panel2.Controls.Add(Me.txtKitchen)
297         Me.Panel2.Controls.Add(Me.lblUser)
298         Me.Panel2.Location = New System.Drawing.Point(
3, 3)
299         Me.Panel2.Name =
"Panel2"
300         Me.Panel2.Size = New System.Drawing.Size(
321, 31)
301         Me.Panel2.TabIndex =
0
302         
'
303         
'Label1
304         
'
305         Me.Label1.AutoSize = True
306         Me.Label1.BackColor = System.Drawing.Color.Transparent
307         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
308         Me.Label1.ForeColor = System.Drawing.Color.White
309         Me.Label1.Location = New System.Drawing.Point(
69, 2)
310         Me.Label1.Name =
"Label1"
311         Me.Label1.Size = New System.Drawing.Size(
224, 24)
312         Me.Label1.TabIndex =
0
313         Me.Label1.Text =
"Kitchen/Section Master"
314         
'
315         
'txtKitchen
316         
'
317         Me.txtKitchen.Location = New System.Drawing.Point(
9, 7)
318         Me.txtKitchen.Name =
"txtKitchen"
319         Me.txtKitchen.Size = New System.Drawing.Size(
39, 20)
320         Me.txtKitchen.TabIndex =
4
321         Me.txtKitchen.Visible = False
322         
'
323         
'lblUser
324         
'
325         Me.lblUser.AutoSize = True
326         Me.lblUser.Location = New System.Drawing.Point(
44, 6)
327         Me.lblUser.Name =
"lblUser"
328         Me.lblUser.Size = New System.Drawing.Size(
39, 13)
329         Me.lblUser.TabIndex =
5
330         Me.lblUser.Text =
"Label8"
331         Me.lblUser.Visible = False
332         
'
333         
'Label3
334         
'
335         Me.Label3.AutoSize = True
336         Me.Label3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
337         Me.Label3.Location = New System.Drawing.Point(
530, 82)
338         Me.Label3.Name =
"Label3"
339         Me.Label3.Size = New System.Drawing.Size(
0, 13)
340         Me.Label3.TabIndex =
0
341         
'
342         
'frmKitchen_Section
343         
'
344         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
345         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
346         Me.BackColor = System.Drawing.Color.Orange
347         Me.ClientSize = New System.Drawing.Size(
424, 513)
348         Me.Controls.Add(Me.Panel1)
349         Me.Controls.Add(Me.Label3)
350         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
351         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
352         Me.KeyPreview = True
353         Me.MaximizeBox = False
354         Me.MinimizeBox = False
355         Me.Name =
"frmKitchen_Section"
356         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
357         Me.Panel1.ResumeLayout(False)
358         Me.Panel1.PerformLayout()
359         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
360         Me.GroupBox3.ResumeLayout(False)
361         Me.Panel2.ResumeLayout(False)
362         Me.Panel2.PerformLayout()
363         Me.ResumeLayout(False)
364         Me.PerformLayout()
365
366     End Sub
367     Friend WithEvents Panel1 As System.Windows.Forms.Panel
368     Friend WithEvents Label3 As System.Windows.Forms.Label
369     Friend WithEvents txtKitchenName As System.Windows.Forms.TextBox
370     Friend WithEvents btnDelete As System.Windows.Forms.Button
371     Friend WithEvents btnClose As System.Windows.Forms.Button
372     Friend WithEvents btnUpdate As System.Windows.Forms.Button
373     Friend WithEvents btnSave As System.Windows.Forms.Button
374     Friend WithEvents btnNew As System.Windows.Forms.Button
375     Friend WithEvents Panel2 As System.Windows.Forms.Panel
376     Friend WithEvents Label1 As System.Windows.Forms.Label
377     Friend WithEvents txtKitchen As System.Windows.Forms.TextBox
378     Friend WithEvents lblUser As System.Windows.Forms.Label
379     Friend WithEvents cmbPrinter As System.Windows.Forms.ComboBox
380     Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
381     Friend WithEvents Label2 As System.Windows.Forms.Label
382     Friend WithEvents Label4 As System.Windows.Forms.Label
383     Friend WithEvents chkIsEnabled As System.Windows.Forms.CheckBox
384     Friend WithEvents dgw As System.Windows.Forms.DataGridView
385     Friend WithEvents Label5 As System.Windows.Forms.Label
386     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
387     Friend WithEvents Column3 As System.Windows.Forms.DataGridViewTextBoxColumn
388     Friend WithEvents IsEnabled As System.Windows.Forms.DataGridViewTextBoxColumn
389
390 End Class


Gõ tìm kiếm nhanh...